[SPARK-8920] [MLlib] Add @since tags to mllib.linalg#7729
Conversation
|
ok to test |
|
@MechCoder Could you help review this PR? Thanks! |
|
Test build #38755 has finished for PR 7729 at commit
|
There was a problem hiding this comment.
Are you sure that a sealed trait should be tagged?
|
@MechCoder Thanks for pointing that out. I agree that the tag might not be necessary for the sealed trait. Let me know if you come across anything else. |
|
Test build #39377 has finished for PR 7729 at commit
|
There was a problem hiding this comment.
It seems that these methods were added to the DenseMatrix object in 1.3.0 right?
|
Thanks for the PR. I'm also not sure if tags should be added for hashcode, equals etc since the user is not going to access these features through the documentation. |
|
@MechCoder thank you for the very detailed review! I have made most of the changes that you had pointed out except for the following:
In addition to the above:
Let me know if you spot something else. Thanks again. |
|
Test build #39634 has finished for PR 7729 at commit
|
Then could you make the tags availble for all the alternative constructors. eg. DenseMatrix |
|
@MechCoder I couldnt find the untagged alternate constructor in DenseMatrix. Can you point me to where you see it? |
There was a problem hiding this comment.
Hi @MechCoder I sincerely apologize for my ignorance here! I am a little new to Scala and am not sure what I am missing here. I will be happy to fix it if you can provide some clarification. I have fixed the other errors that you identified below and will update the PR.
There was a problem hiding this comment.
Oh never mind, I could notice that from the diff view :( . Looks all right to me.
|
That's it apart from those couple of comments. |
|
We don't need to add |
|
I am going to take a look at this and update the PR by tomorrow. |
|
test this please |
|
@MechCoder Could you make another pass? Thanks! |
|
I removed the tags from two of the toString method and confirmed left the tags in place for the alternate constructors as mechcoder mentioned. |
No description provided.